home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 683 / showlink / showlink.doc < prev    next >
Text File  |  1995-03-18  |  1KB  |  41 lines

  1. (**********************************************************************
  2.  
  3.     :Program.    Showlink
  4.     :Author.     Christoph Teuber
  5.     :Address.    Rheinstr. 65, 5600 Wuppertal 1, West-Germany
  6.     :Copyright.  Freeware
  7.     :Language.   Oberon
  8.     :Translator. Amiga-Oberon-Compiler V 2.12e
  9.     :History.    V1.0, 11.11.1991
  10.     :            V1.1, 18.01.1992
  11.     :Kickstart   2.04 or higher
  12.  
  13. **********************************************************************)
  14.  
  15. What does ShowLink?
  16.  
  17. It lists all those hardlinks, created with the AmigaDos command "makelink"
  18. and it shows on which file or directory they point at.
  19.  
  20. The only input is the directory, you want to search for links, for example
  21.  
  22. showlink ram:
  23.  
  24. may lead to:
  25.  
  26. k                     Dirlink TO  Ram Disk:Enweierment/sys
  27. ws                   Hardlink TO  Ram Disk:Enweierment/TERMPATH
  28. testlink             Hardlink TO  Ram Disk:tb
  29.  
  30.  
  31. If you run showlink without any input, it works on the current directory.
  32.  
  33.  
  34. Christoph Teuber
  35. Rheinstr. 65
  36. 5600 Wuppertal 1
  37. Germany
  38. CH_TEUBER@AWORLD.ZER[.sub.org]
  39.  
  40. P.S.: Please be kind with my poor english :-)
  41.